home *** CD-ROM | disk | FTP | other *** search
-
- //
- // downloaderyoutube.js
- // firefox
- //
- // Created by Zak on 2008-06-17.
- // Copyright 2008-2009 Ant.com. All rights reserved.
- //
-
- /**
- * Just a sample of the downloaders flexibility
- */
- var AntParserYoutube = function () {}
- AntParserYoutube.prototype = new AntParser;
- AntParser.prototype.constructor = AntParser
-
- /**
- * Implement the interface getFlvArray method
- */
- AntParserYoutube.prototype.getFlvArray = function ()
- {
- return null;
- }
-
-